Revision: kernel-package--devel--0.1--patch-456
Archive: srivasta@debian.org--2003-primary
Creator: Manoj Srivastava <srivasta@debian.org>
Date: Fri Oct 10 21:18:08 CDT 2003
Standard-date: 2003-10-11 02:18:08 GMT
Modified-files: _make-kpkg debian/changelog debian/conffiles
    debian/rules kernel/rules
New-patches: srivasta@debian.org--2003-primary/kernel-package--devel--0.1--patch-456
Summary: cscvs to tla changeset 457
Keywords: cscvs:MAIN-457

Author: srivasta
Date: 2002/03/20 05:17:43
   * Hmm. There was a bug report that said kernel-package does not call
make correctly when concurrency is set; however, this happens to be a
mischaracterization. The top level make call a recursive make: $(MAKE)
-j2; the level 2 make then calls another sub make, and the level 3
make spits out the error that it is running with -j1, as documneted. I
have cleaned up soe of the rules involved to get greater transparency
in the phenomena. Also, remove benign warning about not finding the
MODULES_LOC dir.                                         closes: Bug#139132
* Make the bash completions file go in the right place.
